home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TNEWDICSETUP / TNEWDICSETUP.txt
Text File  |  2004-10-12  |  1KB  |  80 lines

  1. object NewDicSetup: TNewDicSetup
  2.   Left = 200
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'New dictionary'
  6.   ClientHeight = 111
  7.   ClientWidth = 305
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 52
  23.     Width = 51
  24.     Height = 13
  25.     Caption = '&Language:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 20
  30.     Width = 19
  31.     Height = 13
  32.     Caption = '&File:'
  33.   end
  34.   object eFile: TEdit
  35.     Left = 64
  36.     Top = 16
  37.     Width = 145
  38.     Height = 21
  39.     TabOrder = 0
  40.   end
  41.   object bBrowse: TButton
  42.     Left = 224
  43.     Top = 14
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Browse'
  47.     TabOrder = 1
  48.     OnClick = bBrowseClick
  49.   end
  50.   object bOK: TButton
  51.     Left = 136
  52.     Top = 80
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 2
  59.   end
  60.   object bCancel: TButton
  61.     Left = 224
  62.     Top = 80
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70.   object cbLng: TComboBox
  71.     Left = 64
  72.     Top = 48
  73.     Width = 145
  74.     Height = 21
  75.     Style = csDropDownList
  76.     ItemHeight = 13
  77.     TabOrder = 4
  78.   end
  79. end
  80.